public static Solid CreateFixedReferenceSweptGeometry(
CurveLoop sweepPath,
int pathAttachmentCrvIdx,
double pathAttachmentParam,
IList<CurveLoop> profileLoops,
XYZ fixedReferenceDirection
)
Public Shared Function CreateFixedReferenceSweptGeometry (
sweepPath As CurveLoop,
pathAttachmentCrvIdx As Integer,
pathAttachmentParam As Double,
profileLoops As IList(Of CurveLoop),
fixedReferenceDirection As XYZ
) As Solid
public:
static Solid^ CreateFixedReferenceSweptGeometry(
CurveLoop^ sweepPath,
int pathAttachmentCrvIdx,
double pathAttachmentParam,
IList<CurveLoop^>^ profileLoops,
XYZ^ fixedReferenceDirection
)
static member CreateFixedReferenceSweptGeometry :
sweepPath : CurveLoop *
pathAttachmentCrvIdx : int *
pathAttachmentParam : float *
profileLoops : IList<CurveLoop> *
fixedReferenceDirection : XYZ -> Solid